• frmStockRecord1.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmStockRecord1
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
33         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
34         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStockRecord1))
35         Me.Panel2 = New System.Windows.Forms.Panel()
36         Me.Label1 = New System.Windows.Forms.Label()
37         Me.dgw = New System.Windows.Forms.DataGridView()
38         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
39         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
40         Me.Column11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
41         Me.Column12 = New System.Windows.Forms.DataGridViewTextBoxColumn()
42         Me.Column13 = New System.Windows.Forms.DataGridViewTextBoxColumn()
43         Me.Column14 = New System.Windows.Forms.DataGridViewTextBoxColumn()
44         Me.Column15 = New System.Windows.Forms.DataGridViewTextBoxColumn()
45         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
46         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
47         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
48         Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
49         Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
50         Me.Column10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
51         Me.Panel3 = New System.Windows.Forms.Panel()
52         Me.txtSupplierName = New System.Windows.Forms.TextBox()
53         Me.Label3 = New System.Windows.Forms.Label()
54         Me.Panel5 = New System.Windows.Forms.Panel()
55         Me.btnExportExcel = New System.Windows.Forms.Button()
56         Me.btnClose = New System.Windows.Forms.Button()
57         Me.btnReset = New System.Windows.Forms.Button()
58         Me.Panel4 = New System.Windows.Forms.Panel()
59         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
60         Me.Label2 = New System.Windows.Forms.Label()
61         Me.Label4 = New System.Windows.Forms.Label()
62         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
63         Me.btnGetData = New System.Windows.Forms.Button()
64         Me.Panel1 = New System.Windows.Forms.Panel()
65         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
66         Me.Button1 = New System.Windows.Forms.Button()
67         Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
68         Me.Label5 = New System.Windows.Forms.Label()
69         Me.Label6 = New System.Windows.Forms.Label()
70         Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
71         Me.Panel2.SuspendLayout()
72         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
73         Me.Panel3.SuspendLayout()
74         Me.Panel5.SuspendLayout()
75         Me.Panel4.SuspendLayout()
76         Me.Panel1.SuspendLayout()
77         Me.GroupBox1.SuspendLayout()
78         Me.SuspendLayout()
79         
'
80         
'Panel2
81         
'
82         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
83         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
84         Me.Panel2.Controls.Add(Me.Label1)
85         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
86         Me.Panel2.Name =
"Panel2"
87         Me.Panel2.Size = New System.Drawing.Size(
1125, 62)
88         Me.Panel2.TabIndex =
0
89         
'
90         
'Label1
91         
'
92         Me.Label1.AutoSize = True
93         Me.Label1.BackColor = System.Drawing.Color.Transparent
94         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
95         Me.Label1.ForeColor = System.Drawing.Color.White
96         Me.Label1.Location = New System.Drawing.Point(
447, 16)
97         Me.Label1.Name =
"Label1"
98         Me.Label1.Size = New System.Drawing.Size(
135, 24)
99         Me.Label1.TabIndex =
0
100         Me.Label1.Text =
"List Of Stocks"
101         
'
102         
'dgw
103         
'
104         Me.dgw.AllowUserToAddRows = False
105         Me.dgw.AllowUserToDeleteRows = False
106         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
107         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
108         Me.dgw.BackgroundColor = System.Drawing.Color.White
109         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
110         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
111         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
112         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
113         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
114         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
115         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
116         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
117         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
118         Me.dgw.ColumnHeadersHeight =
30
119         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column2, Me.Column3, Me.Column11, Me.Column12, Me.Column13, Me.Column14, Me.Column15, Me.Column5, Me.Column6, Me.Column7, Me.Column8, Me.Column9, Me.Column10})
120         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
121         DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
122         DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
123         DataGridViewCellStyle7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
124         DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
125         DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
126         DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
127         DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
128         Me.dgw.DefaultCellStyle = DataGridViewCellStyle7
129         Me.dgw.EnableHeadersVisualStyles = False
130         Me.dgw.GridColor = System.Drawing.Color.White
131         Me.dgw.Location = New System.Drawing.Point(
9, 234)
132         Me.dgw.MultiSelect = False
133         Me.dgw.Name =
"dgw"
134         Me.dgw.ReadOnly = True
135         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
136         DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
137         DataGridViewCellStyle8.BackColor = System.Drawing.Color.CadetBlue
138         DataGridViewCellStyle8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
139         DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText
140         DataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.DarkSlateGray
141         DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
142         DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
143         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle8
144         Me.dgw.RowHeadersWidth =
25
145         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
146         DataGridViewCellStyle9.BackColor = System.Drawing.Color.White
147         DataGridViewCellStyle9.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
148         DataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.DarkSlateGray
149         DataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White
150         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle9
151         Me.dgw.RowTemplate.Height =
15
152         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
153         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
154         Me.dgw.Size = New System.Drawing.Size(
1125, 372)
155         Me.dgw.TabIndex =
43
156         
'
157         
'Column2
158         
'
159         Me.Column2.HeaderText =
"Stock ID"
160         Me.Column2.Name =
"Column2"
161         Me.Column2.ReadOnly = True
162         
'
163         
'Column3
164         
'
165         DataGridViewCellStyle3.Format =
"dd/MM/yyyy"
166         Me.Column3.DefaultCellStyle = DataGridViewCellStyle3
167         Me.Column3.HeaderText =
"Date"
168         Me.Column3.Name =
"Column3"
169         Me.Column3.ReadOnly = True
170         
'
171         
'Column11
172         
'
173         Me.Column11.HeaderText =
"Product Code"
174         Me.Column11.Name =
"Column11"
175         Me.Column11.ReadOnly = True
176         
'
177         
'Column12
178         
'
179         Me.Column12.HeaderText =
"Product Name"
180         Me.Column12.Name =
"Column12"
181         Me.Column12.ReadOnly = True
182         
'
183         
'Column13
184         
'
185         Me.Column13.HeaderText =
"Quantity"
186         Me.Column13.Name =
"Column13"
187         Me.Column13.ReadOnly = True
188         
'
189         
'Column14
190         
'
191         Me.Column14.HeaderText =
"Price Per Qty."
192         Me.Column14.Name =
"Column14"
193         Me.Column14.ReadOnly = True
194         
'
195         
'Column15
196         
'
197         Me.Column15.HeaderText =
"Total Amount"
198         Me.Column15.Name =
"Column15"
199         Me.Column15.ReadOnly = True
200         
'
201         
'Column5
202         
'
203         Me.Column5.HeaderText =
"Supplier ID"
204         Me.Column5.Name =
"Column5"
205         Me.Column5.ReadOnly = True
206         
'
207         
'Column6
208         
'
209         Me.Column6.HeaderText =
"Supplier Name"
210         Me.Column6.Name =
"Column6"
211         Me.Column6.ReadOnly = True
212         
'
213         
'Column7
214         
'
215         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
216         Me.Column7.DefaultCellStyle = DataGridViewCellStyle4
217         Me.Column7.HeaderText =
"Grand Total"
218         Me.Column7.Name =
"Column7"
219         Me.Column7.ReadOnly = True
220         
'
221         
'Column8
222         
'
223         DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
224         Me.Column8.DefaultCellStyle = DataGridViewCellStyle5
225         Me.Column8.HeaderText =
"Total Payment"
226         Me.Column8.Name =
"Column8"
227         Me.Column8.ReadOnly = True
228         
'
229         
'Column9
230         
'
231         DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
232         Me.Column9.DefaultCellStyle = DataGridViewCellStyle6
233         Me.Column9.HeaderText =
"Payment Due"
234         Me.Column9.Name =
"Column9"
235         Me.Column9.ReadOnly = True
236         
'
237         
'Column10
238         
'
239         Me.Column10.HeaderText =
"Remarks"
240         Me.Column10.Name =
"Column10"
241         Me.Column10.ReadOnly = True
242         
'
243         
'Panel3
244         
'
245         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
246         Me.Panel3.Controls.Add(Me.txtSupplierName)
247         Me.Panel3.Controls.Add(Me.Label3)
248         Me.Panel3.Location = New System.Drawing.Point(
9, 75)
249         Me.Panel3.Name =
"Panel3"
250         Me.Panel3.Size = New System.Drawing.Size(
168, 70)
251         Me.Panel3.TabIndex =
45
252         
'
253         
'txtSupplierName
254         
'
255         Me.txtSupplierName.BackColor = System.Drawing.Color.White
256         Me.txtSupplierName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
257         Me.txtSupplierName.Location = New System.Drawing.Point(
13, 30)
258         Me.txtSupplierName.Name =
"txtSupplierName"
259         Me.txtSupplierName.Size = New System.Drawing.Size(
144, 21)
260         Me.txtSupplierName.TabIndex =
13
261         
'
262         
'Label3
263         
'
264         Me.Label3.AutoSize = True
265         Me.Label3.Location = New System.Drawing.Point(
10, 10)
266         Me.Label3.Name =
"Label3"
267         Me.Label3.Size = New System.Drawing.Size(
134, 13)
268         Me.Label3.TabIndex =
12
269         Me.Label3.Text =
"Search By Supplier Name :"
270         
'
271         
'Panel5
272         
'
273         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
274         Me.Panel5.Controls.Add(Me.btnExportExcel)
275         Me.Panel5.Controls.Add(Me.btnClose)
276         Me.Panel5.Controls.Add(Me.btnReset)
277         Me.Panel5.Location = New System.Drawing.Point(
555, 75)
278         Me.Panel5.Name =
"Panel5"
279         Me.Panel5.Size = New System.Drawing.Size(
282, 70)
280         Me.Panel5.TabIndex =
46
281         
'
282         
'btnExportExcel
283         
'
284         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
285         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
286         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
287         Me.btnExportExcel.Location = New System.Drawing.Point(
101, 23)
288         Me.btnExportExcel.Name =
"btnExportExcel"
289         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
290         Me.btnExportExcel.TabIndex =
5
291         Me.btnExportExcel.Text =
"&Export Excel"
292         Me.btnExportExcel.UseVisualStyleBackColor = True
293         
'
294         
'btnClose
295         
'
296         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
297         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
298         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
299         Me.btnClose.Location = New System.Drawing.Point(
188, 23)
300         Me.btnClose.Name =
"btnClose"
301         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
302         Me.btnClose.TabIndex =
4
303         Me.btnClose.Text =
"&Close"
304         Me.btnClose.UseVisualStyleBackColor = True
305         
'
306         
'btnReset
307         
'
308         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
309         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
310         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
311         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
312         Me.btnReset.Name =
"btnReset"
313         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
314         Me.btnReset.TabIndex =
0
315         Me.btnReset.Text =
"&Reset"
316         Me.btnReset.UseVisualStyleBackColor = True
317         
'
318         
'Panel4
319         
'
320         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
321         Me.Panel4.Controls.Add(Me.dtpDateTo)
322         Me.Panel4.Controls.Add(Me.Label2)
323         Me.Panel4.Controls.Add(Me.Label4)
324         Me.Panel4.Controls.Add(Me.dtpDateFrom)
325         Me.Panel4.Controls.Add(Me.btnGetData)
326         Me.Panel4.Location = New System.Drawing.Point(
181, 75)
327         Me.Panel4.Name =
"Panel4"
328         Me.Panel4.Size = New System.Drawing.Size(
368, 70)
329         Me.Panel4.TabIndex =
47
330         
'
331         
'dtpDateTo
332         
'
333         Me.dtpDateTo.CustomFormat =
"dd/MM/yyyy"
334         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
335         Me.dtpDateTo.Location = New System.Drawing.Point(
153, 27)
336         Me.dtpDateTo.Name =
"dtpDateTo"
337         Me.dtpDateTo.Size = New System.Drawing.Size(
119, 20)
338         Me.dtpDateTo.TabIndex =
14
339         
'
340         
'Label2
341         
'
342         Me.Label2.AutoSize = True
343         Me.Label2.Location = New System.Drawing.Point(
150, 8)
344         Me.Label2.Name =
"Label2"
345         Me.Label2.Size = New System.Drawing.Size(
26, 13)
346         Me.Label2.TabIndex =
13
347         Me.Label2.Text =
"To :"
348         
'
349         
'Label4
350         
'
351         Me.Label4.AutoSize = True
352         Me.Label4.Location = New System.Drawing.Point(
10, 8)
353         Me.Label4.Name =
"Label4"
354         Me.Label4.Size = New System.Drawing.Size(
36, 13)
355         Me.Label4.TabIndex =
12
356         Me.Label4.Text =
"From :"
357         
'
358         
'dtpDateFrom
359         
'
360         Me.dtpDateFrom.CustomFormat =
"dd/MM/yyyy"
361         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
362         Me.dtpDateFrom.Location = New System.Drawing.Point(
13, 27)
363         Me.dtpDateFrom.Name =
"dtpDateFrom"
364         Me.dtpDateFrom.Size = New System.Drawing.Size(
119, 20)
365         Me.dtpDateFrom.TabIndex =
11
366         
'
367         
'btnGetData
368         
'
369         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
370         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
371         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
372         Me.btnGetData.Location = New System.Drawing.Point(
278, 27)
373         Me.btnGetData.Name =
"btnGetData"
374         Me.btnGetData.Size = New System.Drawing.Size(
76, 20)
375         Me.btnGetData.TabIndex =
1
376         Me.btnGetData.Text =
"Get Data"
377         Me.btnGetData.UseVisualStyleBackColor = True
378         
'
379         
'Panel1
380         
'
381         Me.Panel1.BackColor = System.Drawing.Color.White
382         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
383         Me.Panel1.Controls.Add(Me.GroupBox1)
384         Me.Panel1.Controls.Add(Me.Panel4)
385         Me.Panel1.Controls.Add(Me.Panel5)
386         Me.Panel1.Controls.Add(Me.Panel3)
387         Me.Panel1.Controls.Add(Me.dgw)
388         Me.Panel1.Controls.Add(Me.Panel2)
389         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
390         Me.Panel1.Name =
"Panel1"
391         Me.Panel1.Size = New System.Drawing.Size(
1143, 618)
392         Me.Panel1.TabIndex =
2
393         
'
394         
'GroupBox1
395         
'
396         Me.GroupBox1.Controls.Add(Me.Button1)
397         Me.GroupBox1.Controls.Add(Me.DateTimePicker1)
398         Me.GroupBox1.Controls.Add(Me.Label5)
399         Me.GroupBox1.Controls.Add(Me.Label6)
400         Me.GroupBox1.Controls.Add(Me.DateTimePicker2)
401         Me.GroupBox1.Location = New System.Drawing.Point(
9, 151)
402         Me.GroupBox1.Name =
"GroupBox1"
403         Me.GroupBox1.Size = New System.Drawing.Size(
366, 77)
404         Me.GroupBox1.TabIndex =
49
405         Me.GroupBox1.TabStop = False
406         Me.GroupBox1.Text =
"Search By Payment Due"
407         
'
408         
'Button1
409         
'
410         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
411         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
412         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
413         Me.Button1.Location = New System.Drawing.Point(
279, 41)
414         Me.Button1.Name =
"Button1"
415         Me.Button1.Size = New System.Drawing.Size(
76, 20)
416         Me.Button1.TabIndex =
19
417         Me.Button1.Text =
"Get Data"
418         Me.Button1.UseVisualStyleBackColor = True
419         
'
420         
'DateTimePicker1
421         
'
422         Me.DateTimePicker1.CustomFormat =
"dd/MM/yyyy"
423         Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom
424         Me.DateTimePicker1.Location = New System.Drawing.Point(
154, 41)
425         Me.DateTimePicker1.Name =
"DateTimePicker1"
426         Me.DateTimePicker1.Size = New System.Drawing.Size(
119, 20)
427         Me.DateTimePicker1.TabIndex =
18
428         
'
429         
'Label5
430         
'
431         Me.Label5.AutoSize = True
432         Me.Label5.Location = New System.Drawing.Point(
151, 22)
433         Me.Label5.Name =
"Label5"
434         Me.Label5.Size = New System.Drawing.Size(
26, 13)
435         Me.Label5.TabIndex =
17
436         Me.Label5.Text =
"To :"
437         
'
438         
'Label6
439         
'
440         Me.Label6.AutoSize = True
441         Me.Label6.Location = New System.Drawing.Point(
11, 22)
442         Me.Label6.Name =
"Label6"
443         Me.Label6.Size = New System.Drawing.Size(
36, 13)
444         Me.Label6.TabIndex =
16
445         Me.Label6.Text =
"From :"
446         
'
447         
'DateTimePicker2
448         
'
449         Me.DateTimePicker2.CustomFormat =
"dd/MM/yyyy"
450         Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom
451         Me.DateTimePicker2.Location = New System.Drawing.Point(
14, 41)
452         Me.DateTimePicker2.Name =
"DateTimePicker2"
453         Me.DateTimePicker2.Size = New System.Drawing.Size(
119, 20)
454         Me.DateTimePicker2.TabIndex =
15
455         
'
456         
'frmStockRecord1
457         
'
458         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
459         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
460         Me.BackColor = System.Drawing.Color.DarkSlateGray
461         Me.ClientSize = New System.Drawing.Size(
1168, 644)
462         Me.Controls.Add(Me.Panel1)
463         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
464         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
465         Me.MaximizeBox = False
466         Me.MinimizeBox = False
467         Me.Name =
"frmStockRecord1"
468         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
469         Me.Panel2.ResumeLayout(False)
470         Me.Panel2.PerformLayout()
471         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
472         Me.Panel3.ResumeLayout(False)
473         Me.Panel3.PerformLayout()
474         Me.Panel5.ResumeLayout(False)
475         Me.Panel4.ResumeLayout(False)
476         Me.Panel4.PerformLayout()
477         Me.Panel1.ResumeLayout(False)
478         Me.GroupBox1.ResumeLayout(False)
479         Me.GroupBox1.PerformLayout()
480         Me.ResumeLayout(False)
481
482     End Sub
483     Friend WithEvents Panel2 As System.Windows.Forms.Panel
484     Friend WithEvents Label1 As System.Windows.Forms.Label
485     Friend WithEvents dgw As System.Windows.Forms.DataGridView
486     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
487     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
488     Friend WithEvents Column11 As System.Windows.Forms.DataGridViewTextBoxColumn
489     Friend WithEvents Column12 As System.Windows.Forms.DataGridViewTextBoxColumn
490     Friend WithEvents Column13 As System.Windows.Forms.DataGridViewTextBoxColumn
491     Friend WithEvents Column14 As System.Windows.Forms.DataGridViewTextBoxColumn
492     Friend WithEvents Column15 As System.Windows.Forms.DataGridViewTextBoxColumn
493     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
494     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
495     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
496     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
497     Friend WithEvents Column9 As System.Windows.Forms.DataGridViewTextBoxColumn
498     Friend WithEvents Column10 As System.Windows.Forms.DataGridViewTextBoxColumn
499     Friend WithEvents Panel3 As System.Windows.Forms.Panel
500     Friend WithEvents txtSupplierName As System.Windows.Forms.TextBox
501     Friend WithEvents Label3 As System.Windows.Forms.Label
502     Friend WithEvents Panel5 As System.Windows.Forms.Panel
503     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
504     Friend WithEvents btnClose As System.Windows.Forms.Button
505     Friend WithEvents btnReset As System.Windows.Forms.Button
506     Friend WithEvents Panel4 As System.Windows.Forms.Panel
507     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
508     Friend WithEvents Label2 As System.Windows.Forms.Label
509     Friend WithEvents Label4 As System.Windows.Forms.Label
510     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
511     Friend WithEvents btnGetData As System.Windows.Forms.Button
512     Friend WithEvents Panel1 As System.Windows.Forms.Panel
513     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
514     Friend WithEvents Button1 As System.Windows.Forms.Button
515     Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
516     Friend WithEvents Label5 As System.Windows.Forms.Label
517     Friend WithEvents Label6 As System.Windows.Forms.Label
518     Friend WithEvents DateTimePicker2 As System.Windows.Forms.DateTimePicker
519
520 End Class


Gõ tìm kiếm nhanh...